ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class
Members

In This Topic
    ListBox<T> Class
    In This Topic
    The ListBox control displays a list of items which may contain plain text or HTML, and allows users to select items with the mouse or the keyboard.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class ListBox(Of T) 
       Inherits ItemsBoundControl(Of T)
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class ListBox<T> : ItemsBoundControl<T>, ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.ListBox<T>

    See Also